home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / midnightstrike1.swf / scripts / DefineButton2_267 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-04-02  |  158 b   |  9 lines

  1. on(release){
  2.    _global.game.snd.playEvent("button_click",1);
  3.    if(!_root.QualitySet)
  4.    {
  5.       _quality = "medium";
  6.    }
  7.    gotoAndStop("game");
  8. }
  9.